home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_20961.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  186 lines

  1. -- card: 20961 from stack: in
  2. -- bmap block id: 19920
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Home
  6. ----- HyperTalk script -----
  7. on idle
  8.   pass idle
  9. end idle
  10.  
  11. on startup
  12.   pass startup
  13. end startup
  14.  
  15. on closeCard
  16.   set scroll of card field id 130 to 1
  17. end closeCard
  18.  
  19.  
  20.  
  21. -- part 115 (button)
  22. -- low flags: 00
  23. -- high flags: 8004
  24. -- rect: left=36 top=66 right=88 bottom=285
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: Problems Playing Audio CDs
  33.  
  34.  
  35. -- part 123 (button)
  36. -- low flags: 00
  37. -- high flags: 0000
  38. -- rect: left=365 top=76 right=149 bottom=482
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: New Button
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   play harpsichord c4
  50.   visual effect venetian blinds to gray
  51. end mouseUp
  52.  
  53.  
  54.  
  55.  
  56. -- part 127 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=448 top=28 right=52 bottom=484
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 1011 / 1011
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: New Button
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   play harpsichord c4
  71.   visual effect venetian blinds to gray
  72.   go to card id 5341
  73. end mouseUp
  74.  
  75.  
  76.  
  77.  
  78. -- part 129 (field)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=20 top=30 right=50 bottom=315
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90.  
  91.  
  92. -- part 130 (field)
  93. -- low flags: 01
  94. -- high flags: 2007
  95. -- rect: left=36 top=97 right=307 bottom=286
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 20
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104.  
  105.  
  106. -- part 131 (button)
  107. -- low flags: 00
  108. -- high flags: A003
  109. -- rect: left=376 top=281 right=303 bottom=442
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: GO BACK
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   play harpsichord d4
  121.   visual effect wipe down
  122.   go back
  123. end mouseUp
  124.  
  125.  
  126.  
  127.  
  128. -- part 132 (button)
  129. -- low flags: 00
  130. -- high flags: 2000
  131. -- rect: left=19 top=16 right=51 bottom=63
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 1008 / 1008
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: Home
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  143.   if it is "Card" then
  144.     doMenu "Print Card"
  145.   end if
  146.   if it is "Scroll Bar" then
  147.     put card field id 130 into PrintThis
  148.     visual barn door open to card
  149.     go to card "Print Card"
  150.     put PrintThis into card field id 1
  151.   end if
  152.   if it is "Cancel" then
  153.     put "Cancel" into it
  154.   end if
  155. end mouseUp
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. -- part contents for card part 129
  163. ----- text -----
  164. Troubleshooting
  165.  
  166. -- part contents for card part 130
  167. ----- text -----
  168.  
  169. You don't hear any sound when you put an audio CD in the AppleCD SC.
  170.  
  171. Do you have headphones or amplified speakers attached?      
  172.   ‚Ä¢  If you have headphones attached, but can't 
  173.      hear any sound, try adjusting the 
  174.      headphone jack to get a better connection.
  175.  
  176. Is the volume control turned all the way down?
  177.   ‚Ä¢  Turn it up slowly.
  178.  
  179. Did you use the CD Remote desk accessory or program to start the audio playback?
  180.   ‚Ä¢  Did you click the Play button or press P if 
  181.      using an Apple IIe?
  182.   ‚Ä¢  Did you click the Pause button (or the 
  183.      Space bar if using an Apple IIe) and forget 
  184.      to click it again to resume play?
  185.  
  186.